Welcome![Sign In][Sign Up]
Location:
Search - P2p NAT

Search list

[Web ServerP2P-nat-UDP

Description: 是个非常简单的网路程序,只是演示如何进行UDP的内网穿透而已。本人所作的修改 主要是在测试UDP穿透不同的NAT时为了方便使用而已。因此改动也不大,加了一个函数和几参数, 多打印了原来没有的一些信息,如此而已。看源码吧
Platform: | Size: 29522 | Author: lzp | Hits:

[Other resourceP2P-NAT

Description: 经常有对P2P原理的讨论,但是讨论归讨论,很少有实质的东西产生(源代码)。在这里我就用自己实现的一个VC源代码来说明UDP穿越NAT的原理。-often principle of peer-to-peer discussions, but the discussions under discussion, with little substantive things have (source code). Here, I used one of its own to achieve VC source code to illustrate the UDP Through NAT principle.
Platform: | Size: 30568 | Author: 何智峰 | Hits:

[CSharpC#p2p 实例

Description: p2p c#源码
Platform: | Size: 87579 | Author: xl2hui | Hits:

[OS programP2P_by_shootingstars

Description: 这是一个在TCP/IP编程中经常遇到要处理的 问题,就是网络地址转换NAT,改源代码提供 一种方法,穿透内网的保护,到达目的地址。- This the question which frequently meets in the TCP/IP programming must process, is network address translation NAT, changes the source code to provide one method, in the penetration the net protection, arrives the destination address.
Platform: | Size: 28672 | Author: 罗家兄弟 | Hits:

[Communication自动NAT检测STUN源代码

Description: 可以自动探测你所处的网络NAT类型-can automatically detect where you are in the type of network NAT
Platform: | Size: 93184 | Author: 胡说 | Hits:

[P2PSTUN Server

Description: stun server 用来判断网关的NAT类型,对于P2P有一定意义。-stun server used to determine the type of NAT gateway, P2P is a certain sense.
Platform: | Size: 280576 | Author: wk | Hits:

[Internet-Networkmessagetr

Description: 程序说明: 1.程序采用网上介绍的方法实现最基本的P2P方式通讯.模拟实现即时消息互发. 2.P2P通讯说明: 1).网关类型是在理想状态下.即非对称型NAT. 2).同在一个内网的两个CLIENT端通讯时,如果网关NAT不支持环回,将会失败. 文件目录说明: tQServer:程序服务端,请将其放在公网上运行. tQClient:程序客户端,可以在不同的内网中运行登录连接到服务端. Common:公共协议文件夹 本程序只是实现简单的P2P互发消息.完成的比较粗糙,更多功能欢迎朋友们更新完善-procedures : 1. Online procedures introduced by the most basic method of peer-to-peer communication. Simulation made instant messaging each other. 2.P2P communications Note : 1). Gateway is the ideal type of state. That is non-symmetric NAT. 2). In the same period net CLIENT-2 communications, if not support NAT Gateway Circular, will fail. directory : tQServer :-service procedures, I would be grateful if the public on its Internet. tQClient : clients, in different operations within the network login to connect to the server. Common : Public the agreement folder procedure is a simple peer-to-peer updates. completion of the rougher, more functional friends welcome update perfect
Platform: | Size: 387072 | Author: 王华 | Hits:

[Internet-NetworkP2P源代码

Description: 这是关于UDP穿透NAT的P2P源代码,运行环境是VC++6.0-on UDP penetrate NAT P2P source code, the environment of VC 6.0
Platform: | Size: 28672 | Author: lxr | Hits:

[Internet-NetworkNATSolutions

Description: 很实用的点对点通讯程序,通过UDP打洞穿透NAT网关实现P2P连接,该源码实现了一个网络地址转换系统,分3个部分:1)路由器 2)TCP映象 3)UDP映象-very practical point-to-point communications procedures through UDP burrows penetrate NAT Gateway peer-to-peer connectivity, the source implementation of a network address translation system, in three parts : 1) Router 2) TCP Mapping 3) UDP mapping
Platform: | Size: 17408 | Author: 李大卫 | Hits:

[Internet-NetworkP2PthroughNAT

Description: P2P之UDP穿透NAT的原理与实现, how to pass through NAT/gate.-P2P Zhi UDP penetrate NAT principle and implementation, how to pass through NAT/gate.
Platform: | Size: 8192 | Author: 赵伟刚 | Hits:

[P2PliubingP2P

Description: 用UDP实现了p2p是的穿透,P2PServer运行在一个拥有公网IP的计算机上,P2PClient运行在两个不同的NAT后(注意,如果两个客户端运行在一个NAT后,本程序很可能不能运行正常,这取决于你的NAT是否支持loopback translation,详见http://midcom-p2p.sourceforge.net/draft-ford-midcom-p2p-01.txt,当然,此问题可以通过双方先尝试连接对方的内网IP来解决,但是这个代码只是为了验证原理,并没有处理这些问题),后登录的计算机可以获得先登录计算机的用户名,后登录的计算机通过send username message的格式来发送消息。如果发送成功,说明你已取得了直接与对方连接的成功。-achieved using UDP p2p is the piercing, P2PServer operation in a public IP with the computer, P2PClient running in two different NAT after (Note If two clients running on a NAT, the procedure may not be operating normally, It depends on whether you support the loopback NAT translation, see http :// midcom-p2p.sourceforge.net/draft-ford- midcom- p2p- 01.txt, of course, this problem can be made by the two sides try to connect with each other to resolve the IP network, but the code is to verify principle, not dealing with these issues), after the computer can log logged in a computer user name, after logged by the computer username send the message format to send information. If the success of this show that you have made a direct link with each other's success.
Platform: | Size: 31744 | Author: 刘冰 | Hits:

[TCP/IP stackP2PUDP

Description: UDP穿越NAT的原理和源代码,我用自己实现的一个源代码来说明UDP穿越NAT的原理和源代码供大家参考-the principle and source code, I used one of their own to achieve the source code to illustrate UDP Through NAT principle and the source code for your consideration
Platform: | Size: 75776 | Author: 王和 | Hits:

[Internet-Networkp2pxiazai

Description: ^_^, 这本来就是个非常简单的网路程序,只是演示如何进行UDP的内网穿透而已。本人所作的修改 主要是在测试UDP穿透不同的NAT时为了方便使用而已。因此改动也不大,加了一个函数和几参数, 多打印了原来没有的一些信息,如此而已。看源码吧... 本程序来自互连网,请不要用于商业用途,如涉及版权问题,以我无关。-^ _ ^, it was a very simple procedure network, for just a demonstration of how the UDP network penetration within it. I made changes primarily in the penetration test UDP different when NAT To facilitate use them. It does not change, adding a function parameters and several more of the original print no information, only this. Look at the source ... it comes the Internet, please do not for commercial use, such as copyright issues, I have nothing to do.
Platform: | Size: 28672 | Author: | Hits:

[P2PP2P

Description: 一个P2P 之 UDP穿透NAT的原理与实现!编译无误,开发环境VC6,有客户端和服务端!-UDP penetration of a P2P principle and implementation of NAT! Correct compiler, development environment VC6, there are client and server!
Platform: | Size: 572416 | Author: NiP | Hits:

[CommunicationUDP-NAT

Description: P2P之UDP穿透NAT的原理与实现 - 增强篇-UDP—NAT
Platform: | Size: 41984 | Author: zz | Hits:

[Internet-NetworkUDP-NAT

Description: P2P udp协议打洞简单讲解文章与源码,代码易懂-P2P udp protocol simple holes on the article and source code, code easy to understand
Platform: | Size: 27648 | Author: Beeld | Hits:

[CommunicationP2Ppeertopeer-UDP-NAT

Description: P2P(peer to peer)点到点的UDP穿透NAT的原理与实现源代码。教研室全体兄弟姐妹智慧的结晶啊~~宝贵~~ 如果这里不能下载 请到http://www.aibao28.com下载-P2P (peer to peer) point-to-the principle of UDP through NAT and implementation of the source code. Teaching the crystallization of the wisdom of all the brothers and sisters ah ~ ~ precious ~ ~ If you can not download here, please download http://www.aibao28.com
Platform: | Size: 36864 | Author: 张红静 | Hits:

[Internet-NetworkP2P_UDP_NAT

Description: P2P之UDP穿透NAT的原理与实现附源代码,书我就没有传了,我想对想掌握P2P,NAT技术的朋友还是有一定的帮助吧!-P2P of UDP through NAT and implementation of the principles attached to the source code, the book I did not pass, I want to want to control P2P, NAT technology, the help of a friend or a certain bar! ~
Platform: | Size: 3175424 | Author: liyang | Hits:

[BooksP2P-travel-NAT-FW-and-code

Description: UT斯达康ppt资料。P2P技术穿透防火墙,及代码的简单实现-UT Starcom ppt information. P2P technology through firewalls, and code of the simple implementation
Platform: | Size: 130048 | Author: nazali | Hits:

[P2PP2P-NAT-UDP_David

Description: 最好的P2P通讯源代码,自己改善的支持两个客户端运行在同一个NAT后的。并有详细的代码说明。-p2p nat, very good!
Platform: | Size: 32768 | Author: david | Hits:
« 1 23 4 5 6 7 8 9 10 ... 17 »

CodeBus www.codebus.net